Northwoods.GoSilverlight 1.3.5 Assembly
FindFromParameterForLink Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : FindFromParameterForLink Method

linkdata
Find additional information about the "from" node connection for a given link data.

Syntax

Visual Basic (Declaration) 
Protected Overridable Function FindFromParameterForLink( _
   ByVal linkdata As LinkType _
) As PortKey
C# 
protected virtual PortKey FindFromParameterForLink( 
   LinkType linkdata
)

Parameters

linkdata

Return Value

a PortKey

Remarks

This is used for model discovery. This method can be overridden in case the LinkFromParameterPath property path is not flexible enough or fast enough to determine the value.

Requirements

See Also

© 2012 All Rights Reserved.